debug ospf6
This command debugs the Open Shortest Path First (OSPF) routing protocol for Internet Protocol (IP) Version 6 networks.
Syntax
# debug ospf6
| 
                                                             Command  | 
                                                        
                                                             Description  | 
                                                    ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
                                                             abr  | 
                                                        
                                                             Debugs the OSPF Version 6 Area Border Router (ABR) function. ABRs connect one or more areas to the main backbone network.  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             asbr  | 
                                                        
                                                             Debugs the OSPF Version 6 ASBR (Autonomous System Boundary Router) function.  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             border-routers {area-id|router-id}  | 
                                                        
                                                             Debugs the border router (debugs a specific area according to area ID in A.B.C.D. notation, or debugs a specific border router according to that border router's ID in A.B.C.D. notation).  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             flooding  | 
                                                        
                                                             Debugs the OSPF Version 6 flooding function.  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             interface  | 
                                                        
                                                             Debugs the OSPF Version 6 interface.  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             lsa [XXXX/0xXXXX]   | 
                                                        
                                                             Debugs the OSPF Link State Advertisement.  
 
 
  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             message {all|dbdesc| hello|lsack|lsreq| lsupdate|unknown} (recv|send}  | 
                                                        
                                                             Debugs the OSPF Version 6 messages. Debugs: 
 
 
 
 
 
 
 Possible value for each of these: 
 
 
  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             neighbor {event|state}  | 
                                                        
                                                             Debugs the OSPF Version 6 Neighbor. After two routers become OSPF neighbors, they can become adjacent and exchange routing information. 
 
  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             route {inter-area|intra-area| memory|table}  | 
                                                        
                                                             Debugs the calculation of the route table: 
 
 
 
  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             spf {database|process|time}  | 
                                                        
                                                             Debugs the calculation of the SPF algorithm which computes the best path to all known destinations based on the data in their link state database. 
 
 
  | 
                                                    ||||||||||||||||||||||||||||||
| 
                                                             zebra {recv|send}  | 
                                                        
                                                             Debugs Zebra routing software. Zebra provides TCP/IP based routing services with support from routing protocols RIP, OSPF and BGP. Zebra also supports IPv4 and IPv6 routing protocols. 
 
 
  | 
                                                    
Command Mode
Privileged User
Example
This example debugs how long it takes the SPF algorithm to make its calculation:
# debug ospf6 spf time